iT邦幫忙

2022 iThome 鐵人賽

DAY 5
1
AI & Data

Python網路爬蟲系列 第 5

Day5 – Python常見資料型態(二)

  • 分享至 

  • xImage
  •  

今天要介紹的是String跟List!

String字串:表示方法為文字(中英文皆可)前後加上單「' '」或雙引號「" "」。

字串在程式裡只有文字沒有其他意義。
輸入:
https://ithelp.ithome.com.tw/upload/images/20220919/201524061V8B9gLoiM.png
輸出:
https://ithelp.ithome.com.tw/upload/images/20220919/20152406Sh7RY4fB2z.png

List串列

  • 功能更多的array,第一個元素為0,第二個為1……
  • 以中括號「[]」包住一串由逗號相隔的元素
  • 可以沒有任何元素(空串列),也可以有很多元素
  • 串列的特性:
  • 可疊代的:例如遞迴
  • 可修改的:透過Method來修改
    空串列範例:
    輸入:
    https://ithelp.ithome.com.tw/upload/images/20220919/20152406wtYe96GZ9c.png
    輸出:
    https://ithelp.ithome.com.tw/upload/images/20220919/20152406wX0PxJZbme.png

上一篇
Day4 – Python常見資料型態(一)
下一篇
Day6 – Python字串使用(一)
系列文
Python網路爬蟲30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言